home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource2 / sclib_1 / 1_8 / v7n8010b.txt < prev    next >
Encoding:
Text File  |  1995-11-01  |  139 b   |  14 lines

  1. *****Listing 2*****
  2.  
  3.  
  4. #include <stdio.h>
  5. #include "debug.h"
  6.  
  7. void (f) ()
  8. {
  9.      printf("inside f\n");
  10. }
  11.  
  12.  
  13. *******************
  14.